home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Users Group Library 1996 July / C-C++ Users Group Library July 1996.iso / vol_400 / 429_01 / fastclok / fastclok.h < prev    next >
C/C++ Source or Header  |  1994-04-06  |  116b  |  5 lines

  1. extern    int    start_fastclock(void);
  2. extern    void    stop_fastclock(void);
  3. extern    void    getfasttime(struct timeval *);
  4.  
  5.